home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / incoming / libgr-2.000 / libgr-2 / libgr-2.0.3 / README.orig < prev   
Encoding:
Text File  |  1995-08-20  |  2.0 KB  |  58 lines

  1. This package is:
  2.  -    How to build a DLL jumptable version of some graphics libs
  3.  
  4. It is based on:
  5.  -    Eric Youngdale's package of tools for building DLL libraries.
  6.  
  7. It contains:
  8.  -    slightly modified sources of the original libraries. 
  9.  -    A few scripts that can help rebuilding the library.
  10.  
  11. It was designed by:
  12.  -    Rob Hooft (hooft@EMBL-Heidelberg.DE)
  13.  
  14. With help of:
  15.  -    David Engel (david@ods.com), the original author of the JumpTables.
  16.  -    H.J. Lu (hlu@eecs.wsu.edu), the maintainer of our GCC and libc.
  17.  -    the DLL tools 2.8 package by Eric Youngdale.
  18.  
  19. To build the lib (you don't need to if you trust me):
  20.  -    you need an installed 'tools' package.
  21.  -    If you use any GCC older than 2.4.5, you need at least 20MB of 
  22.       virtual memory. USE A SWAP PARTITION/FILE!
  23.  -    Type './make.clean' (if needed).
  24.  -    Type './make.shared' to make the shared lib.
  25.  -    Type './make.clean' (you must!).
  26.  -    Type './make.static' to make the static lib.
  27.  
  28. To install the lib:
  29.  -    copy lib*.sa to /usr/lib
  30.  -    copy lib*.a to /usr/lib
  31.  -    copy libgr.so.1.3 to /lib
  32.  -    either : '/etc/chlib /lib/libgr.so.1.3'
  33.       or :     'ln -s /lib/libgr.so.1.3 /lib/libgr.so.1'
  34.  -    create a directory /usr/include/gr
  35.  -    copy the following files from there subdirs here to /usr/include/gr:
  36.         jconfig.h jinclude.h jpegdata.h pbm.h pbmplus.h pgm.h pnm.h
  37.         ppm.h rle.h rle_code.h rle_config.h rle_raw.h tiff.h tiffio.h
  38.  
  39. Warning:
  40.  -   This is the fourth release of the DLL graphics lib. I gave up compatibility
  41.      with the older non-dll versions. Be careful: only delete the old version
  42.      0.2 when you are sure no programs are using it!
  43.  -   You'll need a DLL libc.so.4.4.1 or newer to make use of the shared 
  44.      library, otherwise many programs will probably just dump core to you....
  45.  
  46. ChangeLog:
  47.  -   1.3 vs 1.2
  48.        Updated to Tiff 3.3 beta, used tools 2.8
  49.  -   1.2 vs 1.1
  50.        Updated to JPEG 4, used tools 2.5.2
  51.  -   1.1 vs 1.0
  52.        New GCC + Libs, less bugs
  53.  -   1.0 vs 0.2
  54.        DLL
  55.  -   0.2 vs 0.1
  56.        Updated many lib sources
  57.  
  58.